projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c8d190a
)
(apropos-print-matches): Bind tem.
author
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 1993 04:19:14 +0000
(
04:19
+0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sat, 22 May 1993 04:19:14 +0000
(
04:19
+0000)
lisp/apropos.el
patch
|
blob
|
history
diff --git
a/lisp/apropos.el
b/lisp/apropos.el
index 161934fee8140c452ddfd051109be38a6e03afaa..6c2568eca5569b06fd7fb756561598891e0109b5 100644
(file)
--- a/
lisp/apropos.el
+++ b/
lisp/apropos.el
@@
-196,7
+196,7
@@
Returns list of symbols and documentation found."
(string-lessp (car a) (car b))))))
(let ((p matches)
(old-buffer (current-buffer))
- item keys-done symbol)
+ item keys-done symbol
tem
)
(save-excursion
(set-buffer standard-output)
(or matches (princ "No matches found."))